Skip to content

feat: add Solo Builder division#342

Open
gbpnkans wants to merge 4 commits intomsitarzewski:mainfrom
gbpnkans:feature-solo-builder-division
Open

feat: add Solo Builder division#342
gbpnkans wants to merge 4 commits intomsitarzewski:mainfrom
gbpnkans:feature-solo-builder-division

Conversation

@gbpnkans
Copy link
Copy Markdown

Summary

Adds the Solo Builder Division — 6 agents covering the full lifecycle (scope → design → build → secure → test → launch) for solo developers shipping apps fast.

Scope boundary: These agents are intentionally lighter than specialist divisions. They're generalists who context-switch across the full journey, optimized for velocity and decision-making under time pressure (weekend shipping).

What's included

Agent Core responsibility
Head of Product Ruthless scope-cutting, PRD-lite, tech stack decisions
Head of Design Opinionated UI/UX, design system selection, component choices
Head of Engineering Full-stack build and deployment, boring tech stacks
Head of Security The 5-6 things that actually get solo projects hacked (not SOC2 theater)
Head of Testing Happy path + critical flows only — stops before comprehensive QA
Head of Launch First 72h visibility window (pre-launch checklist, channel copy kit, day-of playbook)

Discussion context

This addresses #204 and incorporates feedback from @jerrysoer, @jnMetaCode, and @Gingiris:

  • Agents are lighter and more opinionated than specialist divisions (less deliberation surface)
  • Head of Product emphasizes ruthless scope-cutting as primary value
  • Head of Launch scoped to first 72h event (not ongoing distribution)
  • Agents are framed as generalists, not deep specialists

Related

Closes #196. Updates #204.

@mhc222
Copy link
Copy Markdown

mhc222 commented Mar 30, 2026

Code Review

1 issue found (the script changes adding solo-builder to convert.sh and install.sh are correct).


Issue 1 — All 6 agent files missing 2 required template sections (score: 100)

Every agent in solo-builder/ is missing ## 🔄 Learning & Memory and ## 🚀 Advanced Capabilities — both required by the CONTRIBUTING.md agent template.

Sections present: 🧠 Identity & Memory, 🎯 Core Mission, 🚨 Critical Rules, 📋 Technical Deliverables, 🔄 Workflow Process, 💭 Communication Style, 🎯 Success Metrics

Sections missing from all 6 files:

Required section Status
## 🔄 Learning & Memory ❌ Missing from all 6 files
## 🚀 Advanced Capabilities ❌ Missing from all 6 files

The convert.sh script relies on these exact section headers. Adding both sections to each agent file will bring them into compliance with the template.


Reviewed by Code Reviewer agent. Issues are only reported at confidence ≥80/100.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: Solo Builder Division — agents optimized for one-person teams shipping full apps

2 participants